Skip to main content

Export GIF

Export GIF

Example AEJuice Toolbar and kBar parameters with default values:

{"fps":"same as in composition","loop":"forever","renderFolder":"project folder","duration":"work area","clipboard":"do not copy","overwrite":true,"resize":false,"askToResize":false,"alpha":false,"revealFile":true}

Learn more

fps (text). Values: same as in composition, 10, 12, 15, 20, 25, 30, 50, 60, 120, ``.

loop (text). Values: forever, don't loop, 1 time, 2 times, 3 times, 4 times, 5 times.

renderFolder (text). Values: project folder, ask every time, desktop, [customPath]. [customPath] is any custom path in local path format, for example, D:\Render\AEJuice for Windows or /Users/[USERNAME]/Documents/Render/AEJuice for macOS where [USERNAME] is your computer's username.

duration (text). Values: work area, composition duration, current time indicator-work area end, current time indicator-composition end.

clipboard (text). Values: do not copy, copy file.

overwrite (boolean). Overwrite exported file. Values: true or false.

resize (boolean). Resize all compositions to the specified width. Values: true or false.

askToResize (boolean). Ask to resize if the width is bigger than the specified width. Values: true or false.

alpha (boolean). Alpha channel (transparent background). Values: true or false.

revealFile (boolean). Reveal file after export. Values: true or false.

Add "ui":true parameter to open script's interface instead of running it directly. If it's a single parameter add the following {"ui":true}. If it's not a single parameter, it can look like this {"fps":"same as in composition","loop":"forever","renderFolder":"project folder","duration":"work area","clipboard":"do not copy","overwrite":true,"resize":false,"askToResize":false,"alpha":false,"revealFile":true,"ui":true}.